home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 August 15 / CD [VMAG950815].bin / epson / m500ck.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1995-06-14  |  251 b   |  14 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   puppetSprite(3, 1)
  4.   set the castNum of sprite 3 to the number of cast "HIb"
  5.   if not rollOver(3) then
  6.     puppetSprite(3, 0)
  7.   end if
  8. end
  9.  
  10. on mouseUp
  11.   puppetSprite(3, 0)
  12.   sound playFile 2, "@:na:na500.aif"
  13. end
  14.